Ignore fewer GCC -fanalyzer diagnostics in ccl.c
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Feb 2024 07:12:18 +0000 (23:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Feb 2024 08:38:15 +0000 (00:38 -0800)
commitf8d27a8a1fd5bdc8e25569cc05a9298e186a8c63
tree4bfbfa4b7ddf776c7c0b868eca34810c74257a44
parentd80f1352d80938bb4ef61c5d74aa056902abd9b4
Ignore fewer GCC -fanalyzer diagnostics in ccl.c

* src/ccl.c: Do not ignore -Wanalyzer-use-of-uninitialized-value,
as that bug has been fixed in GCC.  Ignore
-Wanalyzer-out-of-bounds only if GCC 13, as the bug will
reportedly be fixed when GCC 14 comes out.
src/ccl.c